home *** CD-ROM | disk | FTP | other *** search
/ CD Ware Multimedia 1994 November / Cd Ware (Nro. 2) - Epimundo.iso / DOS / DB / RMS32B.ZIP / READ_ME.BAT < prev    next >
Encoding:
DOS Batch File  |  1994-03-19  |  734 b   |  21 lines

  1. echo off
  2. cls
  3. echo   .
  4. echo   .  This file provides essential information for the program -
  5. echo   .
  6. echo   .         RMS-III Reference Management System, v3.2b
  7. echo   .
  8. echo   .  This information is from the file VENDINFO.DIZ - it is similar
  9. echo   .  to the separate read-me and license information files.
  10. echo   .
  11. pause 
  12. rem This batch file provides a simple way to read about the product:
  13. rem      RMS-III Reference Management System, v3.2b
  14. rem The information you want to read is in the file VENDINFO.DIZ.
  15. rem If you prefer, you can read it using any ordinary text viewer.
  16. rem For example, if the LIST viewer is in your DOS path, you would
  17. rem use the command 'LIST VENDINFO.DIZ'.
  18.  
  19. more < VENDINFO.DIZ
  20. pause
  21.